home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / antib102.zip / ARCHIVE.CFG < prev    next >
Text File  |  1992-01-27  |  2KB  |  50 lines

  1. ;  Compress / UnCompress Configuration File
  2. ;
  3. ;   A semicolon denotes a comment line
  4. ;
  5. ;      ProgID   Program      Parameters
  6. ;
  7. ToArc: "ZIP"  , "PKZIP.EXE",  "-r -P -a"
  8. ;
  9. ;ToArc: "LZH" , "LHA.EXE"  ,  "a"
  10. ;ToArc: "ARJ" , "ARJ.EXE"  ,  "a"
  11. ;ToArc: "ZOO" , "ZOO.EXE"  ,  "-add"
  12. ;
  13. ;
  14. ; There can only be ONE ToArc specified.
  15. ;
  16. ; ProgID should normally be the extension that compression format uses
  17. ;
  18. ; Program should be in the form FILENAME.EXT, with NO path, and make
  19. ; sure not to forget the extension
  20. ;
  21. ;
  22. ; Normal Archive Formats
  23. ;
  24. ;   ProgID   Program          Parameters       Compression ID Block
  25. ;
  26. Un: "ARC" ,  "PKUNPAK.EXE" ,  "-r"      ,      $1A
  27. Un: "ARJ" ,  "ARJ.EXE"     ,  " e -y"   ,      $60,$EA
  28. Un: "LZH" ,  "LHA.EXE"     ,  "x"       ,      $--,$--,$2D,$6C,$68
  29. Un: "ZOO" ,  "ZOO.EXE"     ,  "-extract",      $5A,$4F,$4F
  30. Un: "ZIP" ,  "PKUNZIP.EXE" ,  "-o"      ,      $50,$4B
  31. ;
  32. ;
  33. ;  Compression ID Block is the block of bytes unique to this file format,
  34. ;  in Hex (base 16) codes.  AntiBody scans the first 20 bytes of the 
  35. ;  file to find a match.  $-- tells AntiBody to ignore this byte.
  36. ;
  37. ;
  38. ;
  39. ; note: ARC and PAK are treated the same for uncompressing
  40. ;
  41. ; Self Extract Formats
  42. ;
  43. ;      ProgID   Program         Parameters    Compression ID Block
  44. ;     
  45. UnSfx: "ARJ" ,  "ARJ.EXE"     , " e y" ,      $4D,$5A,$BA,$01,$1D,$00
  46. UnSfx: "LZH" ,  "LHA.EXE"     , "x"    ,      $4D,$5A,$99,$01,$04,$00
  47. UnSfx: "ZIP" ,  "PKUNZIP.EXE" , "-o"   ,      $4D,$5A,$EF,$01,$19,$00
  48. ;
  49. ;
  50.